home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / TOOLBAR.ZIP / TOOLTST1.TB < prev    next >
Text File  |  1992-04-29  |  472b  |  25 lines

  1. TOOLBAR "tooltest1"
  2. ORIENT VERTICAL
  3. CELLSIZE 32, 32
  4. MASTERCELLS 2, 2
  5. SLAVECELLS 2, 2
  6. BEGIN
  7.     TOOLSET 1                # only one master toolset
  8.     BEGIN
  9.         MASTERTOOL "camera"
  10.         BEGIN
  11.             TOOL "render", 201
  12.             TOOL "updown", 202
  13.             TOOL "rtleft", 203
  14.         END
  15.         MASTERTOOL "desert"
  16.         BEGIN
  17.             TOOL "coyote", 301
  18.             TOOL "cactus", 302
  19.             TOOL "canteen", 303
  20.             TOOL "footprints", 304
  21.         END
  22.         TOOL "toolbox", 102
  23.         TOOL "arrows", 103
  24.     END # end toolset
  25. END # end toolbar